home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Magazine / C_Tutorial / Part-9 / wb2 / test.rexx < prev    next >
OS/2 REXX Batch file  |  1997-11-27  |  135b  |  7 lines

  1. /* Test Arexx communications */
  2. options results
  3. address hellopainter
  4. do i = 15 to 1 by -1
  5.   pen i
  6.   draw 40+i 40+i "Hi from ARexx!"
  7. end